GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2026-05-09T18:22:35.7710697+00:00",
"SubmitDate": "2026-05-09T18:22:35.7710697+00:00",
"ReportPeriodStart": "2026-05-09T18:22:35.7710697+00:00",
"ReportPeriodEnd": "2026-05-09T18:22:35.7710697+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "936a1052-83b7-466b-adba-67df5f57371f",
"Rows": [
{
"ItemId": "24c4618b-fe17-45e5-94b1-35357ebb86bc",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "24c4618b-fe17-45e5-94b1-35357ebb86bc",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "936a1052-83b7-466b-adba-67df5f57371f",
"Rows": [
{
"ItemId": "24c4618b-fe17-45e5-94b1-35357ebb86bc",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "24c4618b-fe17-45e5-94b1-35357ebb86bc",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"6f761205-abd3-4221-9a67-1d2cd7b7d9fe",
"65e681d8-7431-4ad7-b153-f48b046779f4"
],
"Approvers": [
"4f7a96c5-be7b-4f24-ba1b-e93fa4898287",
"0e2d2c68-649b-41b3-a8e1-9008fdaa5847"
],
"ApprovedBy": "f5b9be45-d7b8-41bb-98f5-8eff9b891161",
"ApprovalDate": "2026-05-09T18:22:35.7710697+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "d330f76b-501b-4665-9214-466bfc1e9881",
"id": "98690151-24e0-4a90-a794-593a6dc7e00f",
"ConfigId": "c8b75022-5f61-46d5-8334-49b7bc2acd1f"
},
{
"GenerationDate": "2026-05-09T18:22:35.7710697+00:00",
"SubmitDate": "2026-05-09T18:22:35.7710697+00:00",
"ReportPeriodStart": "2026-05-09T18:22:35.7710697+00:00",
"ReportPeriodEnd": "2026-05-09T18:22:35.7710697+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "936a1052-83b7-466b-adba-67df5f57371f",
"Rows": [
{
"ItemId": "24c4618b-fe17-45e5-94b1-35357ebb86bc",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "24c4618b-fe17-45e5-94b1-35357ebb86bc",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "936a1052-83b7-466b-adba-67df5f57371f",
"Rows": [
{
"ItemId": "24c4618b-fe17-45e5-94b1-35357ebb86bc",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "24c4618b-fe17-45e5-94b1-35357ebb86bc",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"6f761205-abd3-4221-9a67-1d2cd7b7d9fe",
"65e681d8-7431-4ad7-b153-f48b046779f4"
],
"Approvers": [
"4f7a96c5-be7b-4f24-ba1b-e93fa4898287",
"0e2d2c68-649b-41b3-a8e1-9008fdaa5847"
],
"ApprovedBy": "f5b9be45-d7b8-41bb-98f5-8eff9b891161",
"ApprovalDate": "2026-05-09T18:22:35.7710697+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "d330f76b-501b-4665-9214-466bfc1e9881",
"id": "98690151-24e0-4a90-a794-593a6dc7e00f",
"ConfigId": "c8b75022-5f61-46d5-8334-49b7bc2acd1f"
}
]